Platform Explorer / Nuxeo Platform LTS 2017 9.10

Component org.nuxeo.ecm.core.cache.config

Contributions

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.core.cache.config">

  <extension target="org.nuxeo.ecm.core.cache.CacheService"
    point="caches">
    <cache name="default-cache">
      <ttl>20</ttl><!-- minutes -->
      <option name="maxSize">100</option>
      <option name="concurrencyLevel">500</option>
    </cache>

    <cache name="user-entry-cache">
      <option name="maxSize">100</option>
      <ttl>20</ttl><!-- minutes -->
      <option name="concurrencyLevel">500</option>
    </cache>

    <cache name="user-entry-cache-without-references">
      <option name="maxSize">100</option>
      <ttl>20</ttl><!-- minutes -->
      <option name="concurrencyLevel">500</option>
    </cache>

    <cache name="group-entry-cache">
      <option name="maxSize">100</option>
      <ttl>20</ttl><!-- minutes -->
      <option name="concurrencyLevel">500</option>
    </cache>

    <cache name="group-entry-cache-without-references">
      <option name="maxSize">100</option>
      <ttl>20</ttl><!-- minutes -->
      <option name="concurrencyLevel">500</option>
    </cache>

    <cache name="digestauth-entry-cache">
      <option name="maxSize">100</option>
      <ttl>20</ttl><!-- minutes -->
      <option name="concurrencyLevel">500</option>
    </cache>

    <cache name="digestauth-entry-cache-without-references">
      <option name="maxSize">100</option>
      <ttl>20</ttl><!-- minutes -->
      <option name="concurrencyLevel">500</option>
    </cache>

    <cache name="ldap-user-entry-cache">
      <option name="maxSize">100</option>
      <ttl>20</ttl><!-- minutes -->
      <option name="concurrencyLevel">500</option>
    </cache>

    <cache name="ldap-user-entry-cache-without-references">
      <option name="maxSize">100</option>
      <ttl>20</ttl><!-- minutes -->
      <option name="concurrencyLevel">500</option>
    </cache>

    <cache name="ldap-group-entry-cache">
      <option name="maxSize">100</option>
      <ttl>20</ttl><!-- minutes -->
      <option name="concurrencyLevel">500</option>
    </cache>

    <cache name="ldap-group-entry-cache-without-references">
      <option name="maxSize">100</option>
      <ttl>20</ttl><!-- minutes -->
      <option name="concurrencyLevel">500</option>
    </cache>

  </extension>

</component>